home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13891 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  926 b 

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Need help reading EXCEL documents
  5. Date: 10 Apr 1996 10:45:03 -0700
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4kgs2vINN8kp@keats.ugrad.cs.ubc.ca>
  8. References: <4kgkaa$r16@news2.cais.com>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <4kgkaa$r16@news2.cais.com>,
  12. Sandy Bittman <sandy@bitware.com> wrote:
  13.  >I have developed a process to create web pages from excel
  14.  >spreadsheets, but I have to first save them as tab delimited text
  15.  >files.  The spreadsheet is easier to maintain, and I want to skip the
  16.  >step of saving as tab delimited.
  17.  >
  18.  >Does anyone know of a way to open a .xls file and read it.  I am using
  19.  >MS Visual C++ if that is any help.
  20.  
  21. Can't you pass a command line option to excel to dump the specified spreadsheet
  22. into ASCII?
  23. -- 
  24.  
  25.